﻿.ac_results {
	padding: 0px;
	width:250px;
    background-color:White; color:#333;
	overflow: hidden;
	z-index: 9999;
	position:absolute;
	
}

.ac_results ul 
{
    list-style-position:outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 8px;
	cursor: default;
	display: block;
	text-align:left;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 16px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 1.6;
	overflow: hidden;
}

.ac_loading {
	
}

.ac_odd {
	background-color: #ffffff; color:#333;
}

.ac_over {
	background-color: #062A78;
	color: white;
}
